type github.com/jackc/pgx/v5/pgtype.encodePlanBoolCodecBinaryBoolValuer

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		bool.go#L122: 			return encodePlanBoolCodecBinaryBoolValuer{}
		bool.go#L171: type encodePlanBoolCodecBinaryBoolValuer struct{}
		bool.go#L173: func (encodePlanBoolCodecBinaryBoolValuer) Encode(value any, buf []byte) (newBuf []byte, err error) {